バージョン

GetBounds(List<PointCollection>) メソッド

所定の点をすべて収容する境界矩形を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetBounds( _
   ByVal points As List(Of PointCollection) _
) As Rect
public static Rect GetBounds( 
   List<PointCollection> points
)

パラメータ

points
境界矩形を求める Point。

戻り値の型

所定の点をすべて収容する境界矩形。
参照